ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridBaseTagHelper<T,TControl> Class / PreserveSelectedState Property

In This Topic
    PreserveSelectedState Property (FlexGridBaseTagHelper<T,TControl>)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.PreserveSelectedState. Sets a value that determines whether the grid should preserve the selected state of rows when the data is refreshed.
    Syntax
    'Declaration
     
    Public Overridable Property PreserveSelectedState As Boolean
    public virtual bool PreserveSelectedState {get; set;}
    See Also